COLLECTIONVALUE

 

Description

Given the MathVariable name of a COLLECTION and KEY type, you can use a COLLECTIONVALUE to return the value of any corresponding KEY.  The COLLECTION and KEY created the collection and COLLECTIONVALUE retrieves the needed value(s).

 

TYPE =COLLECTIONVALUE

Element

Attribute

Attribute Value

Element Value

<MathVariable>

TYPE

COLLECTIONVALUE

The KEY value of the COLLECTION Element

KEY

 

MathVariable or string literal used to look up associated value from collection returned from COLLECTION and KEY.

 

XML Example

<MathVariable VARIABLENAME="FixedFundGUID" TYPE="COLLECTIONVALUE" KEY="1601" DATATYPE="TEXT">FundGUIDs</MathVariable>